English
Deletes a specific notification by its ID. Only the user who owns the notification can delete it.
cURL
curl --request DELETE \ --url https://your_a2_service/notifications/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The ID for the notification.
Successful Response
Was this page helpful?